executeBatch should prepare statements the same as executeCommand#84
Conversation
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
=======================================
Coverage 81.87% 81.87%
=======================================
Files 43 43
Lines 1142 1142
Branches 103 98 -5
=======================================
Hits 935 935
Misses 207 207
Continue to review full report at Codecov.
|
|
Thanks @AndyCa, but I think the tests pass because Looking into this I don't think that what we are trying to do is going to work, at least not in this way - see this SO question for more details: https://stackoverflow.com/questions/34041410/batch-preparedstatement-with-different-sql-queries I suspect if we want to fix the issue you observed with using dates with |
replace generateRawSql with prepare statement
tests pass
haven't been able to run this locally due to difficulties with local maven